+Tue, 20 Oct 1998 11:33:10 +0200 Paolo Molaro <lupus@debian.org>
+
+ * gtk/gtkdnd.h,gtk/gtkdnd.c: delete is a reserved word in c++.
+
Mon Oct 19 23:44:41 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.c: rearranged some functions
+Tue, 20 Oct 1998 11:33:10 +0200 Paolo Molaro <lupus@debian.org>
+
+ * gtk/gtkdnd.h,gtk/gtkdnd.c: delete is a reserved word in c++.
+
Mon Oct 19 23:44:41 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.c: rearranged some functions
+Tue, 20 Oct 1998 11:33:10 +0200 Paolo Molaro <lupus@debian.org>
+
+ * gtk/gtkdnd.h,gtk/gtkdnd.c: delete is a reserved word in c++.
+
Mon Oct 19 23:44:41 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.c: rearranged some functions
+Tue, 20 Oct 1998 11:33:10 +0200 Paolo Molaro <lupus@debian.org>
+
+ * gtk/gtkdnd.h,gtk/gtkdnd.c: delete is a reserved word in c++.
+
Mon Oct 19 23:44:41 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.c: rearranged some functions
+Tue, 20 Oct 1998 11:33:10 +0200 Paolo Molaro <lupus@debian.org>
+
+ * gtk/gtkdnd.h,gtk/gtkdnd.c: delete is a reserved word in c++.
+
Mon Oct 19 23:44:41 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.c: rearranged some functions
+Tue, 20 Oct 1998 11:33:10 +0200 Paolo Molaro <lupus@debian.org>
+
+ * gtk/gtkdnd.h,gtk/gtkdnd.c: delete is a reserved word in c++.
+
Mon Oct 19 23:44:41 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.c: rearranged some functions
+Tue, 20 Oct 1998 11:33:10 +0200 Paolo Molaro <lupus@debian.org>
+
+ * gtk/gtkdnd.h,gtk/gtkdnd.c: delete is a reserved word in c++.
+
Mon Oct 19 23:44:41 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.c: rearranged some functions
void
gtk_drag_finish (GdkDragContext *context,
gboolean success,
- gboolean delete,
+ gboolean del,
guint32 time)
{
GdkAtom target = GDK_NONE;
g_return_if_fail (context != NULL);
- if (success && delete)
+ if (success && del)
{
target = gdk_atom_intern ("DELETE", FALSE);
}
time);
}
- if (!delete)
+ if (!del)
gdk_drop_finish (context, success, time);
}
guint32 time);
void gtk_drag_finish (GdkDragContext *context,
gboolean success,
- gboolean delete,
+ gboolean del,
guint32 time);
void gtk_drag_highlight (GtkWidget *widget);